Package-level declarations
Types
Link copied to clipboard
object GetPresentationResultLogic
Functions
Link copied to clipboard
suspend fun Superwall.getPresentationResult(placement: String, params: Map<String, Any>? = null): Result<PresentationResult>
Preemptively gets the result of registering an event.
Link copied to clipboard
fun Superwall.getPresentationResultSync(placement: String, params: Map<String, Any>? = null): Result<PresentationResult>
Synchronously preemptively gets the result of registering an event.